warning - [parse] [project]/node_modules/.pnpm/postcss@8.4.14/node_modules/postcss/lib/previous-map.js  /node_modules/.pnpm/postcss@8.4.14/node_modules/postcss/lib/previous-map.js:88:8  lint TP1004 fs.existsSync(???*0*) is very dynamic
      84 |   }
      85 | 
      86 |   loadFile(path) {
      87 |     this.root = dirname(path)
         +         v
      88 +     if (existsSync(path)) {
         +         ^
      89 |       this.mapFile = path
      90 |       return readFileSync(path, 'utf-8').toString().trim()
      91 |     }
      92 |   }
  
  - *0* arguments[0]
    ⚠️  function calls are not analysed yet